@charset "utf-8";
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, h1, h2, h3, p, div, ol, ul, input, button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol, ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input, button, textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

/* .view {
	position: absolute;
	width: 740px;
	height: 100%;
	overflow: hidden;
	left: 50%;
	margin-left: -370px;
} */

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: none;
	z-index: 0;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.page_transition {
	transition: transform 0.45s ease;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.page_box.fill {
	height: 100%;
}

.page_box.cover {}

.page_box.contain {}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.preload {
	display: none;
}

.preload img {
	width: 1px;
	height: 1px;
	display: none;
}

.music_btn {
	/* position: fixed; */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* height: 50px;
	width: 50px;
	top: 80px;
	right: 20px; */


	width: 36px;
	height: 40px;
	margin-top: 28px;
	margin-left: 18px;
}

.music_play {
	width: 36px;
	background-image: url("../img/play.png");
	/* animation: shunshi 2s 0s linear infinite; */
}

.music_pause {
	/* background-image: url("../img/play.png"); */
	
	width: 40px;
	background-image: url("../img/music_close.png");
}

.page_down {
	position: absolute;
	width: 4%;
	height: auto;
	left: 48%;
	bottom: 14%;
	opacity: 0;
}

.page_down {
	animation: fadeIn 0.5s 1.5s ease forwards, ufo 1.5s 0s ease infinite alternate;
}

.page_0 {
	display: block;
}

.loader_spin {
	position: absolute;
	width: 140px;
	height: auto;
	top: 50%;
	left: 0;
	right: 0;
	margin: -70px auto auto auto;
	animation: shunshi 2s 0s linear infinite;
	-webkit-animation: shunshi 2s 0s linear infinite;
}

.loader_text {
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0%;
	top: 50%;
	text-align: center;
	line-height: 140px;
	font-size: 36px;
	color: white;
	margin-top: -70px;
}

.header {
	/* width: 100%; */
	padding: 0 20px;
	height: 330px;
	/* background: #00b4d4; */
	overflow: hidden;
	display: flex;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(http://jhk.ihotting.cn/wutong/statics/img/headbg.png);
	justify-content: space-between;
}

.userinfo {
	margin-top: 50px;
	display: flex;
	height: 305px;
}

.userinfo .user-portrait .head_portrait{
	display: inline-block;
	width: 83px;
	height: 83px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-top: 0;
	margin-left: 0;
}

.user-text {
	margin-left: 10px;
	display: inline-block;
	height: 83px;
}

.user-text .name {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 30px;
	color: #00335f;
}

.text-state {
	margin-top: 10px;
	display: flex;
}

.text-state>.btn > a {
	margin-top: 0px; margin-left: 0;
	display: block;
	width: 100px;
	height: 38px;
}

.help {
	margin-left: 20px;
}

.search  > form{
	width: 350px;
	height: 38px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	margin-top: 100px;
	display: flex;
	box-shadow: 1px -1px 1px 3px #c6c9d4;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}

.searct-input {
	width: 300px;
	/* background: red; */
	height: 38px;
	padding-left: 20px;
	color: #000000;
	font-size: 20px;
}

.search-btn {
	width: 42px;
	height: 25px;
	background-image: url("../img/search_03.png?v=1.1");
	background-size: 100% 100%;
	overflow: hidden;
}
.search-btn>input {
	width: 100%;
	height: 100%;

}
 .swiper_1 .swiper {
	margin: 0 auto;
	margin-top: -155px;
	width: 710px;
	height: 310px;
	border-radius: 10px;
	background: #ededed;
	border-radius: 15px;
	overflow: hidden;
}

.hiSlider{
    overflow: hidden;
	width: 710px;
	height: 310px;
    background: #eee;
}
.hiSlider-item{
	width: 710px;
	height: 310px;
    float: left;
}

.hiSlider-title {
	display: none;
}


.hiSlider-pages {
	position: absolute;
	left: 50%;
	transform: translateX(-80%);
}


.main {
	width: 710px;
	margin: 0 auto;
}

.list {
	margin-top: 50px;
	display: inline-block;
	width: 231px;
}

.list>a {
	display: inline-block;
	width: 236px;
	text-align: center;
}

.list-icon {
	text-align: center;
	margin: 0 auto;
    width: 100px;
    height: auto;
	border-radius: 10px;
	border: 3px solid #fff;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15);
}

.list>a>h6 {
	font-weight: 600;
	margin-top: 15px;
	font-size: 26px;
	color: #000000;
}

.list>a>p {
	margin-top: 15px;
	font-size: 20px;
	color: #474747;
}

.back {
	width: 706px;
	height: 260px;
	margin: 0 auto;
	margin-top: 40px;
	background-image: url("../img/bck_03.png?v=1.2");
	background-size: 100% 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.Howmuch {
	display: flex;
	width: 530px;
	margin-left: 170px;
	margin-top: 40px;
}

.available .num {
	color: #ab4b11;
	font-size: 46px;
}

.Cumulative {
	margin-top: 18px;
	margin-left: 50px;
}

.Howmuch .integral {
	color: #ab4b11;
	font-size: 26px;
}

.Strategy>a {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 444px;
	height: 61px;
}

.soild {
	margin: 0 auto;
	margin-top: 30px;
	width: 700px;
	border-top: 2px dashed #dfdfdf;
}

.content {
	margin-top: 20px;
	width: 750px;
	height: 34px;
}

.manual {
	margin-top: 30px;
}

.manual-title {
	display: flex;
	align-items: center;
	height: 28px;
}
.manual-text {
	font-size: 24px;
	color: #000000;
	margin-left: 10px;
}
.manual-icon {
	width: 51px;
	height: 28px;
}
.manual-banner {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	margin-top: 26px;
}
.manual-banner #swiper1{
	width: 100%;
	height: 100%;
}
.manual-banner #swiper1{
	width: 100%;
	height: 100%;
}

.manual-banner #swiper1 .swiper-slide{
	border-radius: 15px;
	overflow: hidden;
}

.video-title {
	margin-top: 27px;
	height: 27px;
	display: flex;
	align-items: center;
}
.video-icon {
	width: 48px;
	height: 27px;
}
.video-text {
	font-size: 24px;
	color: #000000;
	margin-left: 10px;
}
.main-video {
	margin-top: 30px;
	width: 100%;
}

.main-video .swiper{
	width: 100%;
	height: 100%;
}

.scrollNav>a {
	display: block;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

.video-list {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	background: #efefef;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.videocontent {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.videocontent>video {
	display: block;
	width: 100%;
	height: 100%;
}
.playicon{
	position: absolute;
	width: 115px;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 197px;
	height: 194px;
}

.video-name {
	margin-left: 50px;
	display: inline;
	padding: 3px 8px;
	background: #f77b81;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	border-radius: 4px;
}

.scrollNav> a>h6 {
	margin-top: 15px;
	font-size: 24px;
	line-height: 35px;
	color: #000000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-left: 50px;
}

.scrollNav > a>p {
	margin-top: 10px;
	font-size: 20px;
	color: #7a7a7a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 50px;
}

.audio {
	margin-top: 30px;
}

.audio-title {
	display: flex;
	align-items: center;
	height: 28px;
	margin-bottom: 30px;
}
.audio-icon {
	width: 48px;
	height: 28px;
}
.audio-text {
	font-size: 24px;
	color: #000000;
	margin-left: 10px;
}
.more {
	margin-right: 30px;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 20px;
}

.more>a {
	font-size: 24px;
	color: #7a7a7a;
}



.audio-list > a {
	display: block;
	margin: 0 auto;
	width: 706px;
	height: 166px;
	padding: 30px 0px;
	border-radius: 15px;
	overflow: hidden;
	overflow: hidden;
	margin-bottom: 30px;
	background-image: url("../img/audio_big_03.png?v=2");
	background-size: 100% 100%;
	/* background: linear-gradient(to bottom,#7fa9f5,#528aef); */
	
}

.audio-name {
	display: inline;
	padding: 3px 8px;
	background: #ffe58d;
	text-align: center;
	font-size: 20px;
	color: #000000;
	border-radius: 4px;
	margin-left: 30px;
}

.audio-text>h6 {
	width: 288px;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.audio-text>p {
	width: 288px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 20px;
	color: #ffffff;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.frequency {
	width: 341px;
	height: 95px;
	background-image: url("../img/audioicon_03.png");
	background-size: 100% 100%;
	margin-right: 30px;
	overflow: hidden;
}

/* .status {

} */

.footer {
	width: 100%;
	height: 315px;
	background: #efefef;
	text-align: center;
	overflow: hidden;
}
.footer-logo {
	width: 100%;
	height: 65px;
	margin-top: 60px;
	margin-bottom: 10px;

}
.footer > p {
	font-size: 20px;
	color: #242424;
	line-height: 34px;
	font-weight: 100;
}

.rgba_page{
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.rgba_page video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_1_tp {
	position: absolute;
	width: 100%;
	left: -23%;
	top: 10%;
}

.p_1_tps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}
.p_1_tps img {
	position: absolute;
	bottom: 522px;
	right: 172px;
	width: 6%;
	height: auto;
	animation: buong_buong 1s 0s ease-in-out infinite alternate;
}

.p_1_tps img:first-child {
	width: 12%;
	right: 150px;
	bottom: 500px;
	animation: buong_buong 1s 1s ease-in-out infinite alternate;
}
.rgba_page .video_head {
	position: absolute;
	width: 56px;
	height: auto;
	right: 160px;
	bottom: 490px;
}

.rgba_page .click_home {
    position: absolute;
    width: 309px;
    height: auto;
    top: 1216px;
    left: 0;
    margin: 0 auto;
    right: 0;
	    animation: btn 1s -1s ease-in-out infinite alternate;
}
@keyframes buong_buong {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0.4);
	}
}
@-webkit-keyframes bottomin {
	from {
		opacity: 0;
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}
@keyframes btn {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(0.9, 0.9);
	}
}